Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-8316 | DS00.0120_2008_R2 | SV-38994r2_rule | ECAN-1 ECCD-1 ECCD-2 | High |
Description |
---|
Improper access permissions for directory data related files could allow unauthorized users to read, modify, or delete directory data or audit trails. |
STIG | Date |
---|---|
Windows Server 2008 R2 Domain Controller Security Technical Implementation Guide | 2013-10-01 |
Check Text ( C-46912r2_chk ) |
---|
Verify the permissions on the content of the NTDS directory. Open the registry editor (regedit). Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NTDS\Parameters. Note the directory locations in the values for: Database log files path DSA Database file By default they will be \Windows\NTDS. If the locations are different, the following will need to be run for each. Open an elevated command prompt (run as administrator). Navigate to the NTDS directory (\Windows\NTDS by default). Run "icacls *.*". If the permissions on each file are not as follows, this is a finding. NT AUTHORITY\SYSTEM:(I)(F) BUILTIN\Administrators:(I)(F) (I) - permission inherited from parent container (F) - full access Windows Explorer should not be used to attempt to view permissions of the NTDS folder. Accessing the folder through Windows Explorer will change the permissions on the folder. |
Fix Text (F-45040r1_fix) |
---|
Ensure the permissions on NTDS database and log files are maintained as follows. NT AUTHORITY\SYSTEM:(I)(F) BUILTIN\Administrators:(I)(F) (I) - permission inherited from parent container (F) - full access |